home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / gedlib.zip / README < prev   
Text File  |  1993-06-01  |  1KB  |  34 lines

  1. Jul 25, 1992
  2.  
  3. The GEDCOM library was developed by the Family History Department of The
  4. Church of Jesus Christ of Latter-day Saints.  It is made available as
  5. freeware as a tool to help genealogy software developers.  I helped write
  6. parts of the GEDCOM library, including a GEDCOM file parser and a record 
  7. storage tool.
  8.  
  9. There are two compiled copies of the the GEDCOM library.  One file is called 
  10. GED_BC.LIB, which was compiled under Borland C++ version 3.0.  The
  11. other is called GED.LIB, which was compiled under Microsoft 6.0.
  12.  
  13. The source files are included if you wish to compile your own library.
  14.  
  15. To uncompress these files, type
  16.  
  17.               INSTALL -d
  18.  
  19. One note:  There is a #define statement for GLIMIT, which is the size of
  20. a tree that is being loaded into memory.  A tree is from 0 level to 0
  21. level.  If you are getting GEDCOM files with lots of notes and are 
  22. running out of memorry, you may want to increase the size of GLIMIT.
  23. Right now it is 5000 bytes, I believe.
  24.  
  25. If you need any help, I'm available for consulting, and can probably get
  26. your GEDCOM coding done quickly!
  27.  
  28.                    Larry Maddocks
  29.                    Knowledge Software
  30.                    3331 South 900 East, Suite 120
  31.                    Salt Lake City, UT 84106
  32.                    voice (801) 484-1636
  33.                    BBS   (801) 466-5374
  34.